home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / K-3D / k3d-0.4.2.1 / dialogtemplates / about.gtkml next >
Encoding:
Text File  |  2004-07-23  |  1.1 KB  |  33 lines

  1. <gtkml>
  2.     <window title="About K-3D" type="popup" show="false">
  3.         <frame shadowtype="out">
  4.             <vbox homogeneous="false">
  5.                 <frame shadowtype="in">
  6.                     <pixmap show="true">
  7.                         <i18n language="en">about.xpm</i18n>
  8.                     </pixmap>
  9.                 </frame>
  10.                 <label labelpadding="4" name="version">
  11.                     <i18n language="en">K-3D version 0.2.0a</i18n>
  12.                 </label>
  13.                 <label labelpadding="4" name="copyright">
  14.                     <i18n language="en">Copyright (c) 1995-2004, Timothy M. Shead.</i18n>
  15.                 </label>
  16.                 <label labelpadding="4">Portions copyright (c) 2002, Industrial Light & Magic,
  17. a division of Lucas Digital Ltd. LLC</label>
  18.                 <label labelpadding="4 8">
  19.                     <i18n language="en">See the AUTHORS file for contributors.
  20. This program is free software; you can redistribute it 
  21. and/or modify it under the terms of the GNU General 
  22. Public License. See the COPYING file for details.</i18n>
  23.                 </label>
  24.                 <hbuttonbox layout="end">
  25.                     <k3dbutton name="ok">
  26.                         <i18n language="en">OK</i18n>
  27.                     </k3dbutton>
  28.                 </hbuttonbox>
  29.             </vbox>
  30.         </frame>
  31.     </window>
  32. </gtkml>
  33.